ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / BatchEdit Property

In This Topic
    BatchEdit Property
    In This Topic
    Gets or sets whether modifications will be sent to the server in batches or as individually requests.
    Syntax
    'Declaration
     
    
    Property BatchEdit As Boolean
    bool BatchEdit {get; set;}
    See Also